Crate color_print_proc_macro

Source
Expand description

This internal library provides the procedural macros needed by the crate color-print.

Macrosยง

  • The same as eprint!(), but parses color tags.
  • The same as eprintln!(), but parses color tags.
  • The same as format!(), but parses color tags.
  • The same as print!(), but parses color tags.
  • The same as println!(), but parses color tags.
  • Colorizes a string literal, without formatting the format!-like placeholders.
  • The same as write!(), but parses color tags.
  • The same as writeln!(), but parses color tags.
  • Removes all the color tags from the given string literal.